home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / hlvector.lha / hl_vector / c++ < prev    next >
Text File  |  1993-08-08  |  203b  |  6 lines

  1. #!/bin/csh
  2. #    GNU C++ compilation
  3. g++ -c -O -pipe -W -Wall -Wpointer-arith -finline-functions  -fforce-mem \
  4. -fforce-addr -fstrict-prototype -felide-constructors \
  5. -I. -I{$HOME}/croot/c++-include/ -I- $*
  6.